home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr22 / gnplt.zip / 0README < prev    next >
Text File  |  1993-09-27  |  6KB  |  148 lines

  1. Gnuplot is a command-line driven interactive function plotting utility
  2. for UNIX, MSDOS, and VMS platforms.  The software is copyrighted but
  3. freely distributed (i.e., you don't have to pay for it).  It was
  4. originally intended as graphical program which would allow scientists
  5. and students to visualize mathematical functions and data.  Gnuplot
  6. supports many different types of terminals, plotters, and printers
  7. (including many color devices, and pseudo-devices like LaTeX) and is
  8. easily extensible to include new devices.  [ The "GNU" in gnuplot is
  9. NOT related to the Free Software Foundation, the naming is just a
  10. coincidence (and a long story). Thus gnuplot is not covered by the Gnu
  11. copyleft, but rather by its own copyright statement, included in all
  12. source code files.]
  13.  
  14. Gnuplot handles both curves (2 dimensions) and surfaces (3
  15. dimensions). Surfaces can be plotted as a mesh fitting the specified
  16. function, floating in the 3-d coordinate space, or as a contour plot
  17. on the x-y plane. For 2-d plots, there are also many plot styles,
  18. including lines, points, lines with points, error bars, and impulses
  19. (crude bar graphs). Graphs may be labeled with arbitrary labels and
  20. arrows, axes labels, a title, date and time, and a key.  The interface
  21. includes command-line editing and history on most platforms.
  22.  
  23. The new gnuplot user should begin by reading the general information
  24. available by typing `help` after running gnuplot. Then read about the
  25. `plot` command (type `help plot`).  The manual for gnuplot (which is a
  26. nicely formatted version of the on-line help information) can be
  27. printed either with TeX, troff or nroff.  Look at the docs/Makefile
  28. for the appropriate option.
  29.  
  30.                       Help and Bug Reports
  31.  
  32. Additional help can be obtained from the USENET newsgroup
  33.         comp.graphics.gnuplot.
  34. This newsgroup is the first place to ask for routine help.  It is is
  35. gatewayed to a mailing list info-gnuplot@dartmouth.edu.  If you cannot
  36. obtain a USENET feed and wish to join the above mailing list (or get
  37. yourself off), mail to
  38.         info-gnuplot-request@dartmouth.edu.
  39. Please do not ask to sign up if you can read comp.graphics.gnuplot.
  40.  
  41. Note that since gnuplot has nothing to do with the GNU project, please
  42. don't ask them for help or information about gnuplot; also, please
  43. don't ask us about GNU stuff.
  44.  
  45. There is another list specifically for documented bug reports
  46. and the submissions of fixes and modifications, bug-gnuplot@dartmouth.edu.
  47. To join this list send mail to bug-gnuplot-request@dartmouth.edu.
  48.  
  49. "bug-gnuplot" is NOT an appropriate place to ask questions on how to
  50. solve a gnuplot problem or even to report a bug that you haven't
  51. investigated personally.  It is far more likely you'll get the help
  52. you need for this kind of problem from comp.graphics.gnuplot.
  53.  
  54. "bug-gnuplot" is appropriate for turning in a formal bug report
  55. that does not require timely action.  In other words, if you spend
  56. time and investigate a bug, and especially if you fix a bug, then
  57. send it to bug-report and your fix will be considered for the next
  58. release of gnuplot.  Fixes should be in ``diff -c'' format done
  59. against the most current official version of gnuplot or the latest
  60. alpha or beta release of the next version.  All major modifications
  61. should include documentation and a demo file.  Finally, it is
  62. much easier to integrate smaller stepwise modifications rather
  63. than one gigantic diff file which represented months of changes.
  64. All messages to bug-gnuplot should include the machine you are using, the
  65. operating system and it's version, plotting devices, and the version
  66. of gnuplot that you are running.
  67.  
  68.                    Where to get updates to GNUPLOT
  69.  
  70. Congratulations on getting this version of GNUPLOT! Unfortunately, it
  71. may not be the most recent version ("you never know where this version
  72. has been!"). You can be sure that it IS the most recent version by
  73. checking one of the official distribution sites, guaranteed to be kept
  74. up to date (of course, if you got this file from one of those sites,
  75. you don't need to check!).
  76.  
  77. To hear automatically about future releases (and other GNUPLOT news),
  78. read the newsgroup; see above.
  79.  
  80. At the time of this writing, the following are the official
  81. distribution sites and transfer instructions. Note that
  82. prep.ai.mit.edu is NOT an official site, and may not be up to date.
  83. Also, comp.sources.misc is usually a month or so behind us.
  84.  
  85. Date: Fri Aug 27 05:21:33 GMT 1993
  86.  
  87.  
  88. Version: 3.5
  89.  
  90. In general, GNUPLOT 3.5 is available as the file gnuplot3.5.tar.Z.
  91. There will patches to bring 3.4 to 3.5 as well called gp34to35.shar.Z.
  92. (Version 3.3 was skipped because of possible confusion
  93. with the numerous BETA releases.)  It will be made available to simtel20 
  94. and its mirrors in ZIP format, along with a DOS, MS-Windows 3.1 and
  95. OS/2 2.0 executables.
  96.  
  97. Also, some sites will have gpdoc_ps.zip which contains
  98. PostScript versions of the manuals and tutorials.
  99.  
  100. Please obtain gnuplot from the site
  101. nearest you.
  102.  
  103. USENET users:
  104.  
  105.     GNUPLOT 3.5 will posted to comp.sources.misc.
  106.  
  107.  
  108. NORTH AMERICA:
  109.  
  110.      Anonymous ftp to ftp.dartmouth.edu (129.170.16.4)
  111.      Fetch
  112.         pub/gnuplot/gnuplot3.5.tar.Z
  113.      in binary mode.
  114.  
  115.      Users without ftp capability can obtain it through a mail ftp
  116.      server. Send a mail message saying 'help' to
  117.      BITFTP@pucc.princeton.edu for instructions. For a uuencoded
  118.      copy of the gnuplot sources (compressed tar file), send this
  119.      message to BITFTP@pucc.princeton.edu:
  120.          FTP DARTMOUTH.EDU UUENCODE
  121.          USER ANONYMOUS
  122.          CD pub/gnuplot
  123.          BINARY
  124.          GET gnuplot3.5.tar.Z
  125.          QUIT
  126.  
  127.  
  128. AUSTRALIA:
  129.  
  130.      Anonymous ftp to monu1.cc.monash.edu.au (130.194.1.101).
  131.      Fetch pub/gnuplot3.5.tar.Z in binary mode.
  132.  
  133.  
  134. EUROPE:
  135.  
  136.      Anonymous ftp to irisa.irisa.fr (131.254.2.3).
  137.      Fetch pub/gnuplot3.5.tar.Z in binary mode.
  138.  
  139. ----
  140.  
  141.      DISCLAIMER - This product is not related in any way to
  142.      Pixar or any other commercial venture.
  143.  
  144. ----
  145.  
  146.                                         -Thomas Williams-
  147.                                         -Alex Woo-
  148.